From b873b83691b4d37c0306d9b76892322ef2d7c267 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 1 Mar 2021 01:50:25 -0500 Subject: [PATCH] listlistmodel: Remove SECTION Private, no point. --- gtk/gtklistlistmodel.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/gtk/gtklistlistmodel.c b/gtk/gtklistlistmodel.c index 911520941b..3f5e54ee0d 100644 --- a/gtk/gtklistlistmodel.c +++ b/gtk/gtklistlistmodel.c @@ -19,13 +19,10 @@ /* - * SECTION:gtklistlistmodel - * @Short_description: a List model for lists - * @Title: GtkListListModel - * @See_also: #GListModel, #GList + * GtkListListModel: * - * #GtkListListModel is a #GListModel implementation that takes a list API and provides - * it as a GListModel. + * #GtkListListModel is a #GListModel implementation that takes a list API + * and provides it as a GListModel. **/ #include "config.h" -- 2.30.2